'Declaration
Public Function New( _ ByVal collection As IEnumerable(Of IEncodeable) _ )
'Usage
Dim collection As IEnumerable(Of IEncodeable) Dim instance As New IEncodeableCollection(collection)
public IEncodeableCollection( IEnumerable<IEncodeable> collection )
public: IEncodeableCollection( IEnumerable<IEncodeable^>^ collection )
Parameters
- collection
- The collection whose elements are copied to the new list.